From: Stefan Monnier Date: Thu, 19 Sep 2002 05:11:48 +0000 (+0000) Subject: (ewoc--node-branch): Add docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30505 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3df71974ea2dc917bd1249a19c789fb7ea68aced;p=emacs.git (ewoc--node-branch): Add docstring. --- diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index d870929c21a..954a2afd514 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el @@ -138,7 +138,10 @@ (:constructor ewoc--node-create (start-marker data))) left right data start-marker) -(defalias 'ewoc--node-branch 'aref) +(defalias 'ewoc--node-branch 'aref + "Get the left (CHILD=0) or right (CHILD=1) child of the NODE. + +\(fn NODE CHILD)") (defun ewoc--dll-create () "Create an empty doubly linked list."